home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-06-13 | 519 b | 19 lines | [TEXT/MPS ] |
- #include "ODBCtypes.r"
-
- /*
- * the brand name resource. this string is displayed to the user
- * whenever a list of function sets with the same parent id's are
- * shown, e.g. the list of all odbc drivers. the current version of
- * the apple shared library manager doesn't have a way to associate
- * a brand name string with a shared library.
- */
-
- resource 'odbc' (0) { "Sample" };
-
- resource 'odbc' (1) {
- "APILevel=0\000"
- "ConnectFunctions=NNN\000"
- "DriverODBCVer=02.00\000"
- "FileUsage=0\000"
- "SQLLevel=0\000"
- };